writes
setting which is pretty much required for the write mode to function properly. We could possible disable it on Windows and Linux with some limitations: https://rclone.org/commands/rclone_mount/#limitations and still keep the writes mode, but on macOS it wouldn't be possible.
For Linux see: ~/.cache/rclone/vfs
I would suspect it's going to be similar on Windows: $HOME/.config/rclone/vfs
and macOS
.
Strange that S3Drive hangs, it's probably some bug where mount
process takes extre ordinary time to load? the cache before returning the mount to the app and it's blocking the main thread.
Deleting the VFS cache although not convenient shall resolve this issue.
We will be able to provide couple more options, e..g. disable cache, set max age... and most importantly set the max size: vfs-cache-max-size
.
Based on your comment I've increased priority on this and you can expect improvements in one of the next releases.
Just please let me know what's your OS for reference.
Thanks !minimal
solves your issue? (edited)